﻿@charset "UTF-8";
a:link { color:#FFFFFF;text-decoration:none; }    /* noch nicht besuchte Ziele   LOVE HATES*/
a:visited { color:white;text-decoration:none;} /* besuchte Ziele */
a:hover { color:rgb(240,240,200);text-decoration:none;font-weight:normal;text-decoration:underline;}   /* Verweise bei "MouseOver" */
a:active { color:rgb(200,200,200);text-decoration:none;font-weight:normal;text-decoration:underline;}  /* Angeklickte Verweise */
a:focus { color:rgb(240,240,200);text-decoration:none;font-weight:normal;text-decoration:underline;}  /* Verweise, die Fokus erhalten */

.linkcolor {  color: #0DDDDD; border: #000000; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin;}
.linkcolcol {  color: #088888; border: #000000; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin;}
.linkcolorhell {  color: #3194f1; border: #000000; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin;}
.standard   {background-color:white;
 			 line-height: 15px;
             font-family:Arial, Helvetica, sans-serif;
             font-weight:normal;
             font-size:12px;
             color:black;              /* schwarz auf weiß */
             vertical-align:top;
             }
.standardred{background-color:white;
 			 line-height: 15px;
             font-family:Arial, Helvetica, sans-serif;
             font-weight:normal;
             font-size:12px;
             color:red;              /* rot auf weiß */
             vertical-align:top;
             }
.standardbold {font-family:Arial, Helvetica, sans-serif;
			 line-height: 18px;
             font-size:12px;
			 font-weight: bold;
             color:black;              /* schwarz auf weiß */
             vertical-align:top;  
             }
.standardtiny { background-color:white;
             font-family:Arial, Helvetica, sans-serif;
             font-weight:normal;
             font-size:8px;
             color:black;              /* schwarz auf weiß */
             vertical-align:top;
             }
.headline   {font-family:Arial, Helvetica, sans-serif;
			 line-height:22px;
             font-size:18px;
			 font-weight:bold;
             color:red;             
             vertical-align:top; 
             }
.frmheadline {font-family:Arial, Helvetica, sans-serif;
			 line-height:22px;
             font-size:12px;
			 font-weight:bold;
             color:red;             
             vertical-align:top; 
             } 
.grey     {  background-color:#888888;
             font-family:arial, helvetica, sans-serif;
             font-size:9pt;
             color:white; 
             }
.dgrey      {background-color:#666666;
             font-family:arial, helvetica, sans-serif;
             font-size:9pt;
             color:white; 
             }
.ddgrey     {  background-color:#333333;
             font-family:arial, helvetica, sans-serif;
             font-size:9pt;
             color:white; 
            }

